curl --request GET \
--url https://api.onetsolutions.net/v1/organizations/{organization_id}/projects \
--header 'Authorization: Bearer <token>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"instance_quota": 2147483647,
"domain_quota": 2147483647,
"logo": "<string>"
}
]Retrieve a list of all projects within an organization that the authenticated user has access to. Results are filtered based on the user’s role and project memberships.
curl --request GET \
--url https://api.onetsolutions.net/v1/organizations/{organization_id}/projects \
--header 'Authorization: Bearer <token>'[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"instance_quota": 2147483647,
"domain_quota": 2147483647,
"logo": "<string>"
}
]Documentation Index
Fetch the complete documentation index at: https://help.onetsolutions.net/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).
A UUID string identifying the organization.
List of accessible projects